type runtime.specialWeakHandle
6 uses
runtime (current package)
mgcmark.go#L402: spw := (*specialWeakHandle)(unsafe.Pointer(sp))
mheap.go#L749: h.specialWeakHandleAlloc.init(unsafe.Sizeof(specialWeakHandle{}), nil, nil, &memstats.gcMiscSys)
mheap.go#L2034: type specialWeakHandle struct {
mheap.go#L2152: s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
mheap.go#L2229: handle = ((*specialWeakHandle)(unsafe.Pointer(*iter))).handle
mheap.go#L2312: sw := (*specialWeakHandle)(unsafe.Pointer(s))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |